home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape_2.dxr / 00549.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  428 b   |  16 lines

  1. on mouseUp me
  2.   unrollit(48, 48)
  3.   rollit(49, 51)
  4.   set the member of sprite 48 to member("light circle")
  5.   set the member of sprite 49 to member("med circle")
  6.   set the member of sprite 50 to member("med circle")
  7.   set the member of sprite 51 to member("med circle")
  8.   if the member of sprite 43 = member("eyeimage1") then
  9.     showit(141, 145)
  10.     hideit(146, 153)
  11.   else
  12.     showit(147, 153)
  13.     hideit(141, 146)
  14.   end if
  15. end
  16.